Add a boolean show-progress property, and show a progress dialog if it is
authorMatthias Clasen <mclasen@redhat.com>
Tue, 23 May 2006 16:30:45 +0000 (16:30 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 23 May 2006 16:30:45 +0000 (16:30 +0000)
commit57a052b0b06704b2d91041c8ffe2c9ceb365acd7
tree60db6d0368636b284c2e74d08712de4890ff0843
parentf2a6a098bb24c55997d20782a1836a4bd9e502bd
Add a boolean show-progress property, and show a progress dialog if it is

2006-05-23  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtk.symbols:
* gtk/gtkprintoperation.h:
* gtk/gtkprintoperation.c: Add a boolean show-progress
property, and show a progress dialog if it is set to TRUE.

* gtk/gtkprintoperation.c (pdf_end_run):
* gtk/gtkprintoperation-win32.c (win32_end_run):
* gtk/gtkprintoperation-unix.c (unix_end_run):
* gtk/gtkprintoperation-private.h: Add a cancelled
parameter to end_run, and call it even if the print
operation was cancelled.
ChangeLog
ChangeLog.pre-2-10
gtk/gtk.symbols
gtk/gtkprintoperation-private.h
gtk/gtkprintoperation-unix.c
gtk/gtkprintoperation-win32.c
gtk/gtkprintoperation.c
gtk/gtkprintoperation.h